gtkx: add missing header
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Mon, 2 Feb 2015 11:54:37 +0000 (12:54 +0100)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Mon, 2 Feb 2015 12:47:06 +0000 (13:47 +0100)
The header file gdk/x11/gdkx-autocleanups.h is not installed, but
it is required by gdkx.h

https://bugzilla.gnome.org/show_bug.cgi?id=743640

gdk/x11/Makefile.am

index 36e39f0842bda27a6eb128710be8b4c02eab212d..c488a3172476fece3f841b6d97e12b22c4be226e 100644 (file)
@@ -62,6 +62,7 @@ libgdkinclude_HEADERS =       \
        gdkx.h
 
 libgdkx11include_HEADERS =     \
+       gdkx-autocleanups.h     \
        gdkx11applaunchcontext.h \
        gdkx11cursor.h          \
        gdkx11device.h          \